home *** CD-ROM | disk | FTP | other *** search
/ Real Girls - Strip Poker / Real Girls Strip POker (Windows 95 CD-ROM).iso / _SETUP.1 / RealGirls Strip Poker.exe / RealGirls Strip Poker.dxr / Scripts_8_click-1.ls < prev    next >
Encoding:
Text File  |  2000-02-25  |  129 b   |  10 lines

  1. on mouseDown
  2.   global gPauseState
  3.   if gPauseState = 0 then
  4.     resetCursor()
  5.     cardClick(1)
  6.   else
  7.     dropToy()
  8.   end if
  9. end
  10.